<style> 
 .securityCode { 
 border:0px; 
 border-right:1px solid #ccc; 
 } 
</style> 
 
<div style="padding:10px;border-radius: 2px;margin-bottom:5px;"><b> </b></div> 
 $BBCODES$ 
<table border="0" width="100%" cellspacing="0" cellpadding="0"> 
 <tr><td class="commTd2" colspan="2">$ERROR$</td></tr> 
 <?if(!$USER_LOGGED_IN$)?> 
 <tr><td width="240" class="commTd1" nowrap><input style="width:235px;border:1px solid #dcdcdc;border-radius: 4px;padding:8px;" type="text" name="name" placeholder="" value="$NAME$"></td> 
 <td class="commTd1" align="left"><input style="width:235px;border:1px solid #dcdcdc;border-radius: 2px;padding:8px;" type="text" name="email" placeholder="Email" value="$EMAIL$"></td> 
 
 </tr> 
 <?endif?> 
 <tr><td class="commTd2" colspan="2"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top"><textarea class="commFl" style="height:80px;border:1px solid #dcdcdc;border-radius: 4px;padding:8px;margin-top:5px;margin-bottom:5px;" rows="8" name="message" id="message" cols="50">$MESSAGE$</textarea></td></tr></table></td></tr> 
 <tr><?if($SECURITY_CODE$)?><td style="width: 250px !important;" align="right" class="commTd20">$SECURITY_CODE$</td><?endif?><td align="right"><input sty type="submit" class="commSbmFl" id="addcBut" name="submit" style="border:1px solid #000;border-radius: 2px;padding:8px;margin-left:5px;" value=""></td></tr> 
</table>